7.3 Web APIs

  1. Motivations
    • Other web APIs

  2. Web APIs
    • Web APIs
      • Fetch
      • Bluetooth
      • IndexedDB
      • Media
      • Web Workers
      • GeoLocation
      • ...
      • YouTube
      • ...
      • You need to know how to use non-blocking programming with callback functions, Promise, and async/await.

  3. Learning outcomes